home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / DESK95 / search / SEARCH32.EX_ / SEARCH32.EX / 0 / RCDATA / TFORMMAIN / TFORMMAIN.txt < prev   
Text File  |  1997-03-15  |  43KB  |  1,687 lines

  1. object FormMain: TFormMain
  2.   Left = 194
  3.   Top = 110
  4.   HelpContext = 1
  5.   AutoScroll = False
  6.   Caption = 'Search32 (Unregistered)'
  7.   ClientHeight = 392
  8.   ClientWidth = 577
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnKeyDown = FormKeyDown
  20.   OnResize = FormResize
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object tabMain: TPageControl
  25.     Left = 0
  26.     Top = 0
  27.     Width = 578
  28.     Height = 375
  29.     ActivePage = tabSearch
  30.     Font.Color = clBlack
  31.     Font.Height = -13
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = []
  34.     ParentFont = False
  35.     TabOrder = 0
  36.     TabStop = False
  37.     OnChange = tabMainChange
  38.     object tabSearch: TTabSheet
  39.       Caption = 'Search'
  40.       Font.Color = clWindowText
  41.       Font.Height = -11
  42.       Font.Name = 'MS Sans Serif'
  43.       Font.Style = []
  44.       ParentFont = False
  45.       object lblSearchIn: TLabel
  46.         Left = 19
  47.         Top = 10
  48.         Width = 48
  49.         Height = 13
  50.         Caption = 'Search in:'
  51.         FocusControl = txtStatus
  52.       end
  53.       object lblUsedIndex: TLabel
  54.         Left = 19
  55.         Top = 35
  56.         Width = 84
  57.         Height = 13
  58.         Caption = '&Index being used:'
  59.         FocusControl = cmbUsedIndex
  60.       end
  61.       object bvlSearchExpr: TBevel
  62.         Left = 4
  63.         Top = 61
  64.         Width = 563
  65.         Height = 51
  66.         Style = bsRaised
  67.       end
  68.       object lblSearchExpr: TLabel
  69.         Left = 19
  70.         Top = 68
  71.         Width = 116
  72.         Height = 13
  73.         Caption = 'Enter &search expression:'
  74.         FocusControl = cmbSearchExpr
  75.       end
  76.       object lblTotalFiles0: TLabel
  77.         Left = 407
  78.         Top = 68
  79.         Width = 78
  80.         Height = 13
  81.         Caption = 'Total files found:'
  82.       end
  83.       object lblTotalEntries0: TLabel
  84.         Left = 407
  85.         Top = 89
  86.         Width = 91
  87.         Height = 13
  88.         Caption = 'Total entries found:'
  89.       end
  90.       object lblTotalFiles1: TLabel
  91.         Left = 502
  92.         Top = 69
  93.         Width = 48
  94.         Height = 13
  95.         Alignment = taRightJustify
  96.         AutoSize = False
  97.       end
  98.       object lblTotalEntries1: TLabel
  99.         Left = 502
  100.         Top = 89
  101.         Width = 48
  102.         Height = 13
  103.         Alignment = taRightJustify
  104.         AutoSize = False
  105.       end
  106.       object lblFiles: TLabel
  107.         Left = 4
  108.         Top = 115
  109.         Width = 54
  110.         Height = 13
  111.         Caption = '&Files found:'
  112.         FocusControl = oxSplit
  113.       end
  114.       object lblEntries0: TLabel
  115.         Left = 4
  116.         Top = 330
  117.         Width = 66
  118.         Height = 13
  119.         AutoSize = False
  120.         Caption = '&Entries found:'
  121.       end
  122.       object lblEntries1: TLabel
  123.         Left = 71
  124.         Top = 330
  125.         Width = 41
  126.         Height = 13
  127.         Alignment = taRightJustify
  128.         AutoSize = False
  129.       end
  130.       object lblEntries2: TLabel
  131.         Left = 114
  132.         Top = 330
  133.         Width = 5
  134.         Height = 13
  135.         AutoSize = False
  136.       end
  137.       object lblEntries3: TLabel
  138.         Left = 120
  139.         Top = 330
  140.         Width = 41
  141.         Height = 13
  142.         AutoSize = False
  143.       end
  144.       object pnlSearchIn: TPanel
  145.         Left = 124
  146.         Top = 6
  147.         Width = 334
  148.         Height = 22
  149.         BevelOuter = bvLowered
  150.         TabOrder = 7
  151.         object txtSearchIn: TEdit
  152.           Left = 3
  153.           Top = 3
  154.           Width = 328
  155.           Height = 15
  156.           BorderStyle = bsNone
  157.           Color = clBtnFace
  158.           ReadOnly = True
  159.           TabOrder = 0
  160.           OnEnter = txtSearchInEnter
  161.         end
  162.       end
  163.       object cmbUsedIndex: TComboBox
  164.         Left = 123
  165.         Top = 31
  166.         Width = 170
  167.         Height = 21
  168.         HelpContext = 4
  169.         Style = csDropDownList
  170.         ItemHeight = 13
  171.         TabOrder = 0
  172.         OnClick = cmbUsedIndexClick
  173.         OnEnter = cmbUsedIndexEnter
  174.       end
  175.       object cmdSearchHelp: TButton
  176.         Left = 485
  177.         Top = 5
  178.         Width = 65
  179.         Height = 23
  180.         Caption = '&Help'
  181.         TabOrder = 2
  182.         OnClick = cmdSearchHelpClick
  183.         OnEnter = cmdSearchHelpEnter
  184.       end
  185.       object cmdExit: TButton
  186.         Left = 485
  187.         Top = 30
  188.         Width = 65
  189.         Height = 22
  190.         Caption = 'E&xit'
  191.         TabOrder = 3
  192.         OnClick = cmdExitClick
  193.         OnEnter = cmdExitEnter
  194.       end
  195.       object cmbSearchExpr: TComboBox
  196.         Left = 18
  197.         Top = 83
  198.         Width = 276
  199.         Height = 21
  200.         HelpContext = 5
  201.         ItemHeight = 13
  202.         TabOrder = 4
  203.         OnEnter = cmbSearchExprEnter
  204.       end
  205.       object cmdOK: TButton
  206.         Left = 295
  207.         Top = 82
  208.         Width = 65
  209.         Height = 23
  210.         Caption = '&OK'
  211.         Default = True
  212.         TabOrder = 5
  213.         OnClick = cmdOKClick
  214.         OnEnter = cmdOKEnter
  215.       end
  216.       object cmdUpdateIndex: TButton
  217.         Left = 295
  218.         Top = 31
  219.         Width = 164
  220.         Height = 21
  221.         HelpContext = 6
  222.         Caption = '&Update Index'
  223.         Font.Color = clWindowText
  224.         Font.Height = -11
  225.         Font.Name = 'MS Sans Serif'
  226.         Font.Style = []
  227.         ParentFont = False
  228.         TabOrder = 1
  229.         OnClick = cmdUpdateIndexClick
  230.         OnEnter = cmdUpdateIndexEnter
  231.       end
  232.       object oxSplit: ToxSplit
  233.         Left = 3
  234.         Top = 130
  235.         Width = 565
  236.         Height = 197
  237.         AutoUpdate = False
  238.         BarWidth = 7
  239.         SyncScroll = False
  240.         Style = oxsAuto
  241.         Color = clNone
  242.         ParentColor = False
  243.         TabOrder = 6
  244.         BarPosition = 93
  245.         Orientation = oxsHorz
  246.         object ToxScrollPane
  247.           Left = 2
  248.           Top = 2
  249.           Width = 561
  250.           Height = 91
  251.           BorderStyle = bsNone
  252.           TabOrder = 0
  253.           object lstFiles: TListBox
  254.             Left = 0
  255.             Top = 0
  256.             Width = 561
  257.             Height = 91
  258.             Align = alClient
  259.             BorderStyle = bsNone
  260.             ItemHeight = 13
  261.             Style = lbOwnerDrawFixed
  262.             TabOrder = 0
  263.             OnClick = lstFilesClick
  264.             OnDblClick = lstFilesDblClick
  265.             OnDrawItem = lstFilesDrawItem
  266.             OnEnter = lstFilesEnter
  267.             OnMouseDown = lstFilesMouseDown
  268.           end
  269.           object pnlResultsWarning: TPanel
  270.             Left = 372
  271.             Top = 1
  272.             Width = 170
  273.             Height = 14
  274.             BevelInner = bvRaised
  275.             BevelOuter = bvLowered
  276.             Caption = 'Warning! Index has been changed'
  277.             Color = clInfoBk
  278.             Font.Color = clWindowText
  279.             Font.Height = -11
  280.             Font.Name = 'MS Sans Serif'
  281.             Font.Style = []
  282.             ParentFont = False
  283.             TabOrder = 1
  284.             Visible = False
  285.           end
  286.         end
  287.         object ToxScrollPane
  288.           Left = 2
  289.           Top = 100
  290.           Width = 561
  291.           Height = 95
  292.           BorderStyle = bsNone
  293.           TabOrder = 1
  294.           object rtfEntries: TRichEditEx
  295.             Left = 0
  296.             Top = 0
  297.             Width = 561
  298.             Height = 95
  299.             Align = alClient
  300.             BorderStyle = bsNone
  301.             Font.Color = clWindowText
  302.             Font.Height = -11
  303.             Font.Name = 'MS Sans Serif'
  304.             Font.Style = []
  305.             HideSelection = False
  306.             ParentFont = False
  307.             PlainText = True
  308.             PopupMenu = mnuRtf
  309.             ReadOnly = True
  310.             ScrollBars = ssBoth
  311.             TabOrder = 0
  312.             WantReturns = False
  313.             WordWrap = False
  314.           end
  315.         end
  316.       end
  317.       object scrNextPrev: TScrollBar
  318.         Left = 360
  319.         Top = 328
  320.         Width = 206
  321.         Height = 16
  322.         TabOrder = 8
  323.         Visible = False
  324.         OnScroll = scrNextPrevScroll
  325.       end
  326.     end
  327.     object tabIndexes: TTabSheet
  328.       Caption = 'Indexes'
  329.       Font.Color = clBlack
  330.       Font.Height = -13
  331.       Font.Name = 'MS Sans Serif'
  332.       Font.Style = []
  333.       ParentFont = False
  334.       object lblFileNames: TLabel
  335.         Left = 19
  336.         Top = 13
  337.         Width = 117
  338.         Height = 13
  339.         Caption = 'Location of &files to index:'
  340.         FocusControl = txtFileNames
  341.         Font.Color = clBlack
  342.         Font.Height = -11
  343.         Font.Name = 'MS Sans Serif'
  344.         Font.Style = []
  345.         ParentFont = False
  346.       end
  347.       object lblIndexName: TLabel
  348.         Left = 19
  349.         Top = 57
  350.         Width = 58
  351.         Height = 13
  352.         Caption = '&Index name:'
  353.         FocusControl = cmbIndexName
  354.         Font.Color = clBlack
  355.         Font.Height = -11
  356.         Font.Name = 'MS Sans Serif'
  357.         Font.Style = []
  358.         ParentFont = False
  359.       end
  360.       object lblIndexFolder: TLabel
  361.         Left = 295
  362.         Top = 12
  363.         Width = 58
  364.         Height = 13
  365.         Caption = 'Index f&older:'
  366.         FocusControl = txtIndexFolder
  367.         Font.Color = clBlack
  368.         Font.Height = -11
  369.         Font.Name = 'MS Sans Serif'
  370.         Font.Style = []
  371.         ParentFont = False
  372.       end
  373.       object lblNotes: TLabel
  374.         Left = 295
  375.         Top = 58
  376.         Width = 31
  377.         Height = 13
  378.         Caption = '&Notes:'
  379.         FocusControl = txtNotes
  380.         Font.Color = clBlack
  381.         Font.Height = -11
  382.         Font.Name = 'MS Sans Serif'
  383.         Font.Style = []
  384.         ParentFont = False
  385.       end
  386.       object Label3: TLabel
  387.         Left = 5
  388.         Top = 122
  389.         Width = 170
  390.         Height = 13
  391.         AutoSize = False
  392.         Caption = 'Current index statistics and options:'
  393.         Font.Color = clBlack
  394.         Font.Height = -11
  395.         Font.Name = 'MS Sans Serif'
  396.         Font.Style = []
  397.         ParentFont = False
  398.       end
  399.       object bvlOptions: TBevel
  400.         Left = 4
  401.         Top = 248
  402.         Width = 563
  403.         Height = 93
  404.       end
  405.       object bvlStatistics: TBevel
  406.         Left = 4
  407.         Top = 138
  408.         Width = 563
  409.         Height = 87
  410.       end
  411.       object lblFileCount0: TLabel
  412.         Left = 19
  413.         Top = 145
  414.         Width = 147
  415.         Height = 13
  416.         AutoSize = False
  417.         Caption = 'Total number of indexed files:'
  418.         Font.Color = clBlack
  419.         Font.Height = -11
  420.         Font.Name = 'MS Sans Serif'
  421.         Font.Style = []
  422.         ParentFont = False
  423.       end
  424.       object lblVolume0: TLabel
  425.         Left = 19
  426.         Top = 165
  427.         Width = 164
  428.         Height = 13
  429.         AutoSize = False
  430.         Caption = 'Total size of indexed files in bytes:'
  431.         Font.Color = clBlack
  432.         Font.Height = -11
  433.         Font.Name = 'MS Sans Serif'
  434.         Font.Style = []
  435.         ParentFont = False
  436.       end
  437.       object lblFileCount1: TLabel
  438.         Left = 500
  439.         Top = 145
  440.         Width = 52
  441.         Height = 13
  442.         Alignment = taRightJustify
  443.         AutoSize = False
  444.         Font.Color = clBlack
  445.         Font.Height = -11
  446.         Font.Name = 'MS Sans Serif'
  447.         Font.Style = []
  448.         ParentFont = False
  449.       end
  450.       object lblVolume1: TLabel
  451.         Left = 500
  452.         Top = 165
  453.         Width = 52
  454.         Height = 13
  455.         Alignment = taRightJustify
  456.         AutoSize = False
  457.         Font.Color = clBlack
  458.         Font.Height = -11
  459.         Font.Name = 'MS Sans Serif'
  460.         Font.Style = []
  461.         ParentFont = False
  462.       end
  463.       object lblLanguage: TLabel
  464.         Left = 19
  465.         Top = 257
  466.         Width = 62
  467.         Height = 13
  468.         AutoSize = False
  469.         Caption = '&Language:'
  470.         FocusControl = cmbLanguage
  471.         Font.Color = clBlack
  472.         Font.Height = -11
  473.         Font.Name = 'MS Sans Serif'
  474.         Font.Style = []
  475.         ParentFont = False
  476.       end
  477.       object lblMaxWordLen: TLabel
  478.         Left = 19
  479.         Top = 277
  480.         Width = 112
  481.         Height = 13
  482.         AutoSize = False
  483.         Caption = '&Maximum word length:'
  484.         FocusControl = txtMaxWordLen
  485.         Font.Color = clBlack
  486.         Font.Height = -11
  487.         Font.Name = 'MS Sans Serif'
  488.         Font.Style = []
  489.         ParentFont = False
  490.       end
  491.       object lblMinWordLen: TLabel
  492.         Left = 19
  493.         Top = 297
  494.         Width = 106
  495.         Height = 13
  496.         AutoSize = False
  497.         Caption = '&Minimum word length:'
  498.         FocusControl = txtMinWordLen
  499.         Font.Color = clBlack
  500.         Font.Height = -11
  501.         Font.Name = 'MS Sans Serif'
  502.         Font.Style = []
  503.         ParentFont = False
  504.       end
  505.       object lblCompactRatio: TLabel
  506.         Left = 19
  507.         Top = 317
  508.         Width = 103
  509.         Height = 13
  510.         AutoSize = False
  511.         Caption = 'Com&pacting ratio, %:'
  512.         FocusControl = txtCompactRatio
  513.         Font.Color = clBlack
  514.         Font.Height = -11
  515.         Font.Name = 'MS Sans Serif'
  516.         Font.Style = []
  517.         ParentFont = False
  518.       end
  519.       object lblLastUpdated0: TLabel
  520.         Left = 19
  521.         Top = 205
  522.         Width = 69
  523.         Height = 13
  524.         AutoSize = False
  525.         Caption = 'Last updated:'
  526.         Font.Color = clBlack
  527.         Font.Height = -11
  528.         Font.Name = 'MS Sans Serif'
  529.         Font.Style = []
  530.         ParentFont = False
  531.       end
  532.       object lblLastUpdated1: TLabel
  533.         Left = 426
  534.         Top = 205
  535.         Width = 126
  536.         Height = 13
  537.         Alignment = taRightJustify
  538.         AutoSize = False
  539.         Font.Color = clBlack
  540.         Font.Height = -11
  541.         Font.Name = 'MS Sans Serif'
  542.         Font.Style = []
  543.         ParentFont = False
  544.       end
  545.       object lblWordCount0: TLabel
  546.         Left = 19
  547.         Top = 185
  548.         Width = 140
  549.         Height = 13
  550.         AutoSize = False
  551.         Caption = 'Total words in indexed files:'
  552.         Font.Color = clBlack
  553.         Font.Height = -11
  554.         Font.Name = 'MS Sans Serif'
  555.         Font.Style = []
  556.         ParentFont = False
  557.       end
  558.       object lblWordCount1: TLabel
  559.         Left = 500
  560.         Top = 185
  561.         Width = 52
  562.         Height = 13
  563.         Alignment = taRightJustify
  564.         AutoSize = False
  565.         Font.Color = clBlack
  566.         Font.Height = -11
  567.         Font.Name = 'MS Sans Serif'
  568.         Font.Style = []
  569.         ParentFont = False
  570.       end
  571.       object bvlAutoUpdate: TBevel
  572.         Left = 4
  573.         Top = 223
  574.         Width = 563
  575.         Height = 27
  576.       end
  577.       object txtFileNames: TEdit
  578.         Left = 19
  579.         Top = 27
  580.         Width = 186
  581.         Height = 21
  582.         HelpContext = 6
  583.         Font.Color = clBlack
  584.         Font.Height = -11
  585.         Font.Name = 'MS Sans Serif'
  586.         Font.Style = []
  587.         ParentFont = False
  588.         TabOrder = 0
  589.         OnChange = txtFileNamesChange
  590.         OnEnter = txtFileNamesEnter
  591.       end
  592.       object cmdBrowse: TButton
  593.         Left = 207
  594.         Top = 27
  595.         Width = 65
  596.         Height = 23
  597.         HelpContext = 11
  598.         Caption = '&Browse...'
  599.         Font.Color = clBlack
  600.         Font.Height = -11
  601.         Font.Name = 'MS Sans Serif'
  602.         Font.Style = []
  603.         ParentFont = False
  604.         TabOrder = 1
  605.         OnClick = cmdBrowseClick
  606.         OnEnter = cmdBrowseEnter
  607.       end
  608.       object cmbIndexName: TComboBox
  609.         Left = 19
  610.         Top = 71
  611.         Width = 186
  612.         Height = 21
  613.         HelpContext = 6
  614.         Font.Color = clBlack
  615.         Font.Height = -11
  616.         Font.Name = 'MS Sans Serif'
  617.         Font.Style = []
  618.         ItemHeight = 0
  619.         ParentFont = False
  620.         TabOrder = 2
  621.         OnChange = cmbIndexNameChange
  622.         OnClick = cmbIndexNameClick
  623.         OnEnter = cmbIndexNameEnter
  624.       end
  625.       object cmdUpdate: TButton
  626.         Left = 207
  627.         Top = 70
  628.         Width = 65
  629.         Height = 23
  630.         HelpContext = 6
  631.         Caption = '&Create'
  632.         Font.Color = clBlack
  633.         Font.Height = -11
  634.         Font.Name = 'MS Sans Serif'
  635.         Font.Style = []
  636.         ParentFont = False
  637.         TabOrder = 3
  638.         OnClick = cmdUpdateClick
  639.         OnEnter = cmdUpdateEnter
  640.       end
  641.       object cmdRemove: TButton
  642.         Left = 207
  643.         Top = 95
  644.         Width = 65
  645.         Height = 23
  646.         HelpContext = 6
  647.         Caption = '&Remove'
  648.         Font.Color = clBlack
  649.         Font.Height = -11
  650.         Font.Name = 'MS Sans Serif'
  651.         Font.Style = []
  652.         ParentFont = False
  653.         TabOrder = 4
  654.         OnClick = cmdRemoveClick
  655.         OnEnter = cmdRemoveEnter
  656.       end
  657.       object pnlIndexFolder: TPanel
  658.         Left = 295
  659.         Top = 27
  660.         Width = 191
  661.         Height = 22
  662.         BevelOuter = bvLowered
  663.         Font.Color = clBlack
  664.         Font.Height = -11
  665.         Font.Name = 'MS Sans Serif'
  666.         Font.Style = []
  667.         ParentFont = False
  668.         TabOrder = 5
  669.         object txtIndexFolder: TEdit
  670.           Left = 3
  671.           Top = 4
  672.           Width = 187
  673.           Height = 16
  674.           HelpContext = 7
  675.           BorderStyle = bsNone
  676.           Color = clBtnFace
  677.           Font.Color = clBlack
  678.           Font.Height = -11
  679.           Font.Name = 'MS Sans Serif'
  680.           Font.Style = []
  681.           ParentFont = False
  682.           ReadOnly = True
  683.           TabOrder = 0
  684.           OnEnter = txtIndexFolderEnter
  685.         end
  686.       end
  687.       object cmdIndexesHelp: TButton
  688.         Left = 488
  689.         Top = 2
  690.         Width = 63
  691.         Height = 23
  692.         Caption = '&Help'
  693.         Font.Color = clBlack
  694.         Font.Height = -11
  695.         Font.Name = 'MS Sans Serif'
  696.         Font.Style = []
  697.         ParentFont = False
  698.         TabOrder = 6
  699.         OnClick = cmdIndexesHelpClick
  700.         OnEnter = cmdIndexesHelpEnter
  701.       end
  702.       object cmdChange: TButton
  703.         Left = 488
  704.         Top = 27
  705.         Width = 63
  706.         Height = 23
  707.         HelpContext = 7
  708.         Caption = 'C&hange'
  709.         Font.Color = clBlack
  710.         Font.Height = -11
  711.         Font.Name = 'MS Sans Serif'
  712.         Font.Style = []
  713.         ParentFont = False
  714.         TabOrder = 7
  715.         OnClick = cmdChangeClick
  716.         OnEnter = cmdChangeEnter
  717.       end
  718.       object txtNotes: TEdit
  719.         Left = 295
  720.         Top = 72
  721.         Width = 257
  722.         Height = 45
  723.         HelpContext = 13
  724.         AutoSize = False
  725.         Font.Color = clBlack
  726.         Font.Height = -11
  727.         Font.Name = 'MS Sans Serif'
  728.         Font.Style = []
  729.         ParentFont = False
  730.         TabOrder = 8
  731.         OnEnter = txtNotesEnter
  732.       end
  733.       object cmbLanguage: TComboBox
  734.         Left = 376
  735.         Top = 254
  736.         Width = 155
  737.         Height = 21
  738.         HelpContext = 12
  739.         Style = csDropDownList
  740.         Font.Color = clBlack
  741.         Font.Height = -11
  742.         Font.Name = 'MS Sans Serif'
  743.         Font.Style = []
  744.         ItemHeight = 0
  745.         ParentFont = False
  746.         Sorted = True
  747.         TabOrder = 10
  748.         OnEnter = cmbLanguageEnter
  749.       end
  750.       object txtMaxWordLen: TEdit
  751.         Left = 533
  752.         Top = 276
  753.         Width = 20
  754.         Height = 21
  755.         HelpContext = 12
  756.         Font.Color = clBlack
  757.         Font.Height = -11
  758.         Font.Name = 'MS Sans Serif'
  759.         Font.Style = []
  760.         MaxLength = 2
  761.         ParentFont = False
  762.         ReadOnly = True
  763.         TabOrder = 12
  764.         Text = '32'
  765.         OnEnter = txtMaxWordLenEnter
  766.       end
  767.       object txtMinWordLen: TEdit
  768.         Left = 533
  769.         Top = 295
  770.         Width = 20
  771.         Height = 21
  772.         HelpContext = 12
  773.         Font.Color = clBlack
  774.         Font.Height = -11
  775.         Font.Name = 'MS Sans Serif'
  776.         Font.Style = []
  777.         MaxLength = 2
  778.         ParentFont = False
  779.         ReadOnly = True
  780.         TabOrder = 13
  781.         Text = '2'
  782.         OnEnter = txtMinWordLenEnter
  783.       end
  784.       object txtCompactRatio: TEdit
  785.         Left = 533
  786.         Top = 314
  787.         Width = 20
  788.         Height = 21
  789.         HelpContext = 12
  790.         Font.Color = clBlack
  791.         Font.Height = -11
  792.         Font.Name = 'MS Sans Serif'
  793.         Font.Style = []
  794.         MaxLength = 2
  795.         ParentFont = False
  796.         ReadOnly = True
  797.         TabOrder = 14
  798.         Text = '50'
  799.         OnEnter = txtCompactRatioEnter
  800.       end
  801.       object chkAutoUpdate: TCheckBox
  802.         Left = 19
  803.         Top = 229
  804.         Width = 142
  805.         Height = 16
  806.         HelpContext = 12
  807.         Caption = '&Automatically updateable'
  808.         Font.Color = clBlack
  809.         Font.Height = -11
  810.         Font.Name = 'MS Sans Serif'
  811.         Font.Style = []
  812.         ParentFont = False
  813.         TabOrder = 9
  814.         OnClick = chkAutoUpdateClick
  815.         OnEnter = chkAutoUpdateEnter
  816.       end
  817.       object cmdDots: TBitBtn
  818.         Left = 533
  819.         Top = 255
  820.         Width = 20
  821.         Height = 19
  822.         Font.Color = clBlack
  823.         Font.Height = -13
  824.         Font.Name = 'MS Sans Serif'
  825.         Font.Style = []
  826.         ParentFont = False
  827.         TabOrder = 11
  828.         OnClick = cmdDotsClick
  829.         OnEnter = cmdDotsEnter
  830.         Glyph.Data = {
  831.           C6000000424DC60000000000000076000000280000000A0000000A0000000100
  832.           0400000000005000000000000000000000000000000000000000000000000000
  833.           80000080000000808000800000008000800080800000C0C0C000808080000000
  834.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777700
  835.           0000777777777700000077777777770000007777777777000000007700770000
  836.           0000007700770000000077777777770000007777777777000000777777777700
  837.           00007777777777000000}
  838.       end
  839.       object txtLanguage: TEdit
  840.         Left = 375
  841.         Top = 254
  842.         Width = 156
  843.         Height = 21
  844.         TabStop = False
  845.         AutoSelect = False
  846.         Enabled = False
  847.         Font.Color = clBlack
  848.         Font.Height = -11
  849.         Font.Name = 'MS Sans Serif'
  850.         Font.Style = []
  851.         ParentFont = False
  852.         TabOrder = 15
  853.       end
  854.     end
  855.     object tabProperties: TTabSheet
  856.       Caption = 'Properties'
  857.       Font.Color = clBlack
  858.       Font.Height = -11
  859.       Font.Name = 'MS Sans Serif'
  860.       Font.Style = []
  861.       ParentFont = False
  862.       OnEnter = tabPropertiesEnter
  863.       object boxProperties: TScrollBox
  864.         Left = 0
  865.         Top = 0
  866.         Width = 570
  867.         Height = 344
  868.         HelpContext = 18
  869.         HorzScrollBar.Visible = False
  870.         VertScrollBar.Margin = 20
  871.         Align = alClient
  872.         BorderStyle = bsNone
  873.         TabOrder = 0
  874.         object Shape1: TShape
  875.           Left = 341
  876.           Top = 75
  877.           Width = 56
  878.           Height = 3
  879.           Pen.Color = clGray
  880.         end
  881.         object Shape2: TShape
  882.           Left = 341
  883.           Top = 135
  884.           Width = 56
  885.           Height = 3
  886.           Pen.Color = clGray
  887.         end
  888.         object Shape3: TShape
  889.           Left = 341
  890.           Top = 195
  891.           Width = 56
  892.           Height = 3
  893.           Pen.Color = clGray
  894.         end
  895.         object Label1: TLabel
  896.           Left = 28
  897.           Top = 210
  898.           Width = 27
  899.           Height = 13
  900.           Caption = '&Ctrl  +'
  901.           FocusControl = cmbHotKeys
  902.           Font.Color = clBlack
  903.           Font.Height = -11
  904.           Font.Name = 'MS Sans Serif'
  905.           Font.Style = []
  906.           ParentFont = False
  907.         end
  908.         object imgDeleted: TImage
  909.           Left = 19
  910.           Top = 330
  911.           Width = 51
  912.           Height = 13
  913.           Picture.Data = {<image001.bmp>}
  914.           Visible = False
  915.         end
  916.         object ImgRedSun: TImage
  917.           Left = 78
  918.           Top = 312
  919.           Width = 32
  920.           Height = 32
  921.           AutoSize = True
  922.           Picture.Data = {<image002.ico>}
  923.           Visible = False
  924.         end
  925.         object ImgSun: TImage
  926.           Left = 118
  927.           Top = 312
  928.           Width = 32
  929.           Height = 32
  930.           AutoSize = True
  931.           Picture.Data = {<image003.ico>}
  932.           Visible = False
  933.         end
  934.         object imgModified: TImage
  935.           Left = 156
  936.           Top = 330
  937.           Width = 54
  938.           Height = 13
  939.           Picture.Data = {<image004.bmp>}
  940.           Visible = False
  941.         end
  942.         object chkStartup: TCheckBox
  943.           Left = 28
  944.           Top = 27
  945.           Width = 124
  946.           Height = 16
  947.           Caption = 'Run at Windows &start'
  948.           Font.Color = clBlack
  949.           Font.Height = -11
  950.           Font.Name = 'MS Sans Serif'
  951.           Font.Style = []
  952.           ParentFont = False
  953.           TabOrder = 0
  954.           OnClick = chkStartupClick
  955.           OnEnter = chkStartupEnter
  956.         end
  957.         object Text1: TMemo
  958.           Left = 193
  959.           Top = 28
  960.           Width = 351
  961.           Height = 40
  962.           TabStop = False
  963.           BorderStyle = bsNone
  964.           Color = clBtnFace
  965.           Lines.Strings = (
  966.             
  967.               'Select this if you want "Search32" to run at every Windows start' +
  968.               '. This eliminates you from placing "Search32" shortcut into "Sta' +
  969.               'rtUp" folder by yourself.')
  970.           ReadOnly = True
  971.           ScrollBars = ssVertical
  972.           TabOrder = 1
  973.           WordWrap = False
  974.         end
  975.         object chkUpdateAtStart: TCheckBox
  976.           Left = 28
  977.           Top = 87
  978.           Width = 147
  979.           Height = 16
  980.           Caption = '&Update all indexes at start'
  981.           Font.Color = clBlack
  982.           Font.Height = -11
  983.           Font.Name = 'MS Sans Serif'
  984.           Font.Style = []
  985.           ParentFont = False
  986.           TabOrder = 2
  987.           OnEnter = chkUpdateAtStartEnter
  988.         end
  989.         object Text2: TMemo
  990.           Left = 193
  991.           Top = 88
  992.           Width = 351
  993.           Height = 40
  994.           TabStop = False
  995.           BorderStyle = bsNone
  996.           Color = clBtnFace
  997.           Lines.Strings = (
  998.             
  999.               'Select this if you want "Search32" to update all the indexes whe' +
  1000.               'never it starts. This will ensure that all relevant files modifi' +
  1001.               'cations, deletions and creations will be taken properly into acc' +
  1002.               'ount.')
  1003.           ReadOnly = True
  1004.           ScrollBars = ssVertical
  1005.           TabOrder = 3
  1006.           WordWrap = False
  1007.         end
  1008.         object chkRunMinimized: TCheckBox
  1009.           Left = 28
  1010.           Top = 147
  1011.           Width = 97
  1012.           Height = 16
  1013.           Caption = 'Run &minimized'
  1014.           Font.Color = clBlack
  1015.           Font.Height = -11
  1016.           Font.Name = 'MS Sans Serif'
  1017.           Font.Style = []
  1018.           ParentFont = False
  1019.           TabOrder = 4
  1020.           OnEnter = chkRunMinimizedEnter
  1021.         end
  1022.         object Text3: TMemo
  1023.           Left = 193
  1024.           Top = 148
  1025.           Width = 351
  1026.           Height = 40
  1027.           TabStop = False
  1028.           BorderStyle = bsNone
  1029.           Color = clBtnFace
  1030.           Lines.Strings = (
  1031.             
  1032.               'Select this if you want "Search32" to appear minimized on the ta' +
  1033.               'skbar upon starting.')
  1034.           ReadOnly = True
  1035.           ScrollBars = ssVertical
  1036.           TabOrder = 5
  1037.           WordWrap = False
  1038.         end
  1039.         object Text4: TMemo
  1040.           Left = 193
  1041.           Top = 208
  1042.           Width = 351
  1043.           Height = 40
  1044.           TabStop = False
  1045.           BorderStyle = bsNone
  1046.           Color = clBtnFace
  1047.           Font.Color = clBlack
  1048.           Font.Height = -11
  1049.           Font.Name = 'MS Sans Serif'
  1050.           Font.Style = []
  1051.           Lines.Strings = (
  1052.             
  1053.               'Choose "Search32" hot keys combination from the list of availabl' +
  1054.               'e ones. To search for a word from within any program just select' +
  1055.               ' it and press the  hot key combination.')
  1056.           ParentFont = False
  1057.           ReadOnly = True
  1058.           ScrollBars = ssVertical
  1059.           TabOrder = 6
  1060.           WordWrap = False
  1061.         end
  1062.         object cmbHotKeys: TComboBox
  1063.           Left = 62
  1064.           Top = 207
  1065.           Width = 44
  1066.           Height = 21
  1067.           Style = csDropDownList
  1068.           Font.Color = clBlack
  1069.           Font.Height = -11
  1070.           Font.Name = 'MS Sans Serif'
  1071.           Font.Style = []
  1072.           ItemHeight = 13
  1073.           Items.Strings = (
  1074.             'A'
  1075.             'B'
  1076.             'C'
  1077.             'D'
  1078.             'E'
  1079.             'F'
  1080.             'G'
  1081.             'H'
  1082.             'I'
  1083.             'J'
  1084.             'K'
  1085.             'L'
  1086.             'M'
  1087.             'N'
  1088.             'O'
  1089.             'P'
  1090.             'Q'
  1091.             'R'
  1092.             'S'
  1093.             'T'
  1094.             'U'
  1095.             'V'
  1096.             'W'
  1097.             'X'
  1098.             'Y'
  1099.             'Z')
  1100.           ParentFont = False
  1101.           TabOrder = 7
  1102.           OnClick = cmbHotKeysClick
  1103.           OnEnter = cmbHotKeysEnter
  1104.         end
  1105.         object cmdCustLangs: TButton
  1106.           Left = 28
  1107.           Top = 270
  1108.           Width = 137
  1109.           Height = 23
  1110.           Caption = 'Customize &Languages...'
  1111.           TabOrder = 8
  1112.           OnClick = cmdCustLangsClick
  1113.           OnEnter = cmdCustLangsEnter
  1114.         end
  1115.         object Text5: TMemo
  1116.           Left = 193
  1117.           Top = 268
  1118.           Width = 351
  1119.           Height = 40
  1120.           TabStop = False
  1121.           BorderStyle = bsNone
  1122.           Color = clBtnFace
  1123.           Font.Color = clBlack
  1124.           Font.Height = -11
  1125.           Font.Name = 'MS Sans Serif'
  1126.           Font.Style = []
  1127.           Lines.Strings = (
  1128.             
  1129.               'Press the button to launch "Search32 Language Maker" utility to ' +
  1130.               'customize existing languages or to create a new ones.')
  1131.           ParentFont = False
  1132.           ReadOnly = True
  1133.           ScrollBars = ssVertical
  1134.           TabOrder = 9
  1135.           WordWrap = False
  1136.         end
  1137.       end
  1138.     end
  1139.     object tabViewOptions: TTabSheet
  1140.       Caption = 'View Options'
  1141.       OnEnter = tabViewOptionsEnter
  1142.       object boxViewOptions: TScrollBox
  1143.         Left = 0
  1144.         Top = 0
  1145.         Width = 570
  1146.         Height = 344
  1147.         HelpContext = 20
  1148.         HorzScrollBar.Visible = False
  1149.         Align = alClient
  1150.         BorderStyle = bsNone
  1151.         TabOrder = 0
  1152.         object Shape5: TShape
  1153.           Left = 341
  1154.           Top = 75
  1155.           Width = 56
  1156.           Height = 3
  1157.           Pen.Color = clGray
  1158.         end
  1159.         object Shape6: TShape
  1160.           Left = 341
  1161.           Top = 135
  1162.           Width = 56
  1163.           Height = 3
  1164.           Pen.Color = clGray
  1165.         end
  1166.         object Shape7: TShape
  1167.           Left = 341
  1168.           Top = 195
  1169.           Width = 56
  1170.           Height = 3
  1171.           Pen.Color = clGray
  1172.         end
  1173.         object chkPrevSel: TCheckBox
  1174.           Left = 27
  1175.           Top = 27
  1176.           Width = 149
  1177.           Height = 13
  1178.           Caption = '&Stay on previously selected'
  1179.           Font.Color = clBlack
  1180.           Font.Height = -11
  1181.           Font.Name = 'MS Sans Serif'
  1182.           Font.Style = []
  1183.           ParentFont = False
  1184.           TabOrder = 0
  1185.           OnClick = chkPrevSelClick
  1186.           OnEnter = chkPrevSelEnter
  1187.         end
  1188.         object Text6: TMemo
  1189.           Left = 193
  1190.           Top = 28
  1191.           Width = 351
  1192.           Height = 40
  1193.           TabStop = False
  1194.           BorderStyle = bsNone
  1195.           Color = clBtnFace
  1196.           Font.Color = clBlack
  1197.           Font.Height = -11
  1198.           Font.Name = 'MS Sans Serif'
  1199.           Font.Style = []
  1200.           Lines.Strings = (
  1201.             
  1202.               'If checked, while getting a search query results, the system is ' +
  1203.               'trying to stay on the file that have been last selected in previ' +
  1204.               'ous search results. Otherwise, the first file in the list is sel' +
  1205.               'ected.')
  1206.           ParentFont = False
  1207.           ReadOnly = True
  1208.           ScrollBars = ssVertical
  1209.           TabOrder = 1
  1210.           WordWrap = False
  1211.         end
  1212.         object chkWordWrap: TCheckBox
  1213.           Left = 27
  1214.           Top = 87
  1215.           Width = 85
  1216.           Height = 16
  1217.           Caption = '&Word wrap'
  1218.           Font.Color = clBlack
  1219.           Font.Height = -11
  1220.           Font.Name = 'MS Sans Serif'
  1221.           Font.Style = []
  1222.           ParentFont = False
  1223.           TabOrder = 2
  1224.           OnClick = chkWordWrapClick
  1225.           OnEnter = chkWordWrapEnter
  1226.         end
  1227.         object Text7: TMemo
  1228.           Left = 193
  1229.           Top = 88
  1230.           Width = 351
  1231.           Height = 40
  1232.           TabStop = False
  1233.           BorderStyle = bsNone
  1234.           Color = clBtnFace
  1235.           Font.Color = clBlack
  1236.           Font.Height = -11
  1237.           Font.Name = 'MS Sans Serif'
  1238.           Font.Style = []
  1239.           Lines.Strings = (
  1240.             
  1241.               'Specifies whether or not text appears wrapped in the file view w' +
  1242.               'indow.')
  1243.           ParentFont = False
  1244.           ReadOnly = True
  1245.           ScrollBars = ssVertical
  1246.           TabOrder = 3
  1247.           WordWrap = False
  1248.         end
  1249.         object Text8: TMemo
  1250.           Left = 193
  1251.           Top = 148
  1252.           Width = 351
  1253.           Height = 40
  1254.           TabStop = False
  1255.           BorderStyle = bsNone
  1256.           Color = clBtnFace
  1257.           Font.Color = clBlack
  1258.           Font.Height = -11
  1259.           Font.Name = 'MS Sans Serif'
  1260.           Font.Style = []
  1261.           Lines.Strings = (
  1262.             'Select a font for the text in the file view window.')
  1263.           ParentFont = False
  1264.           ReadOnly = True
  1265.           ScrollBars = ssVertical
  1266.           TabOrder = 5
  1267.           WordWrap = False
  1268.         end
  1269.         object cmdFont: TButton
  1270.           Left = 27
  1271.           Top = 147
  1272.           Width = 65
  1273.           Height = 23
  1274.           Caption = '&Font...'
  1275.           Font.Color = clBlack
  1276.           Font.Height = -11
  1277.           Font.Name = 'MS Sans Serif'
  1278.           Font.Style = []
  1279.           ParentFont = False
  1280.           TabOrder = 4
  1281.           OnClick = cmdFontClick
  1282.           OnEnter = cmdFontEnter
  1283.         end
  1284.         object cmdBackColor: TButton
  1285.           Left = 27
  1286.           Top = 207
  1287.           Width = 125
  1288.           Height = 23
  1289.           Caption = '&Background Color...'
  1290.           Font.Color = clBlack
  1291.           Font.Height = -11
  1292.           Font.Name = 'MS Sans Serif'
  1293.           Font.Style = []
  1294.           ParentFont = False
  1295.           TabOrder = 6
  1296.           OnClick = cmdBackColorClick
  1297.           OnEnter = cmdBackColorEnter
  1298.         end
  1299.         object Text9: TMemo
  1300.           Left = 193
  1301.           Top = 208
  1302.           Width = 351
  1303.           Height = 40
  1304.           TabStop = False
  1305.           BorderStyle = bsNone
  1306.           Color = clBtnFace
  1307.           Font.Color = clBlack
  1308.           Font.Height = -11
  1309.           Font.Name = 'MS Sans Serif'
  1310.           Font.Style = []
  1311.           Lines.Strings = (
  1312.             'Select background color for the text in the file view window.')
  1313.           ParentFont = False
  1314.           ReadOnly = True
  1315.           ScrollBars = ssVertical
  1316.           TabOrder = 7
  1317.           WordWrap = False
  1318.         end
  1319.       end
  1320.     end
  1321.     object tabMonitoring: TTabSheet
  1322.       HelpContext = 21
  1323.       Caption = 'Monitoring'
  1324.       object fraMonitoring2: TGroupBox
  1325.         Left = 3
  1326.         Top = 38
  1327.         Width = 564
  1328.         Height = 303
  1329.         TabOrder = 0
  1330.         object lblDirsOff1: TLabel
  1331.           Left = 21
  1332.           Top = 19
  1333.           Width = 134
  1334.           Height = 13
  1335.           AutoSize = False
  1336.           Caption = 'E&xclude from monitoring:'
  1337.           FocusControl = lstDirsOff
  1338.           Font.Color = clBlack
  1339.           Font.Height = -11
  1340.           Font.Name = 'MS Sans Serif'
  1341.           Font.Style = []
  1342.           ParentFont = False
  1343.         end
  1344.         object lblDirsOff2: TLabel
  1345.           Left = 333
  1346.           Top = 19
  1347.           Width = 88
  1348.           Height = 17
  1349.           AutoSize = False
  1350.           Caption = 'Select a &folder:'
  1351.           FocusControl = dirDirsOff
  1352.           Font.Color = clBlack
  1353.           Font.Height = -11
  1354.           Font.Name = 'MS Sans Serif'
  1355.           Font.Style = []
  1356.           ParentFont = False
  1357.         end
  1358.         object lblDirsOff3: TLabel
  1359.           Left = 336
  1360.           Top = 232
  1361.           Width = 82
  1362.           Height = 13
  1363.           AutoSize = False
  1364.           Caption = 'Select a &drive:'
  1365.           Font.Color = clBlack
  1366.           Font.Height = -11
  1367.           Font.Name = 'MS Sans Serif'
  1368.           Font.Style = []
  1369.           ParentFont = False
  1370.         end
  1371.         object lstDirsOff: TListBox
  1372.           Left = 21
  1373.           Top = 33
  1374.           Width = 208
  1375.           Height = 187
  1376.           ExtendedSelect = False
  1377.           Font.Color = clBlack
  1378.           Font.Height = -11
  1379.           Font.Name = 'MS Sans Serif'
  1380.           Font.Style = []
  1381.           ItemHeight = 13
  1382.           ParentFont = False
  1383.           TabOrder = 0
  1384.           OnEnter = lstDirsOffEnter
  1385.         end
  1386.         object cmdAddDirsOff: TButton
  1387.           Left = 248
  1388.           Top = 129
  1389.           Width = 70
  1390.           Height = 23
  1391.           Caption = '<< &Add'
  1392.           Font.Color = clBlack
  1393.           Font.Height = -11
  1394.           Font.Name = 'MS Sans Serif'
  1395.           Font.Style = []
  1396.           ParentFont = False
  1397.           TabOrder = 3
  1398.           OnClick = cmdAddDirsOffClick
  1399.           OnEnter = cmdAddDirsOffEnter
  1400.         end
  1401.         object cmdRemoveDirsOff: TButton
  1402.           Left = 248
  1403.           Top = 164
  1404.           Width = 70
  1405.           Height = 23
  1406.           Caption = '&Remove >>'
  1407.           Font.Color = clBlack
  1408.           Font.Height = -11
  1409.           Font.Name = 'MS Sans Serif'
  1410.           Font.Style = []
  1411.           ParentFont = False
  1412.           TabOrder = 4
  1413.           OnClick = cmdRemoveDirsOffClick
  1414.           OnEnter = cmdRemoveDirsOffEnter
  1415.         end
  1416.         object dirDirsOff: TDirectoryListBox
  1417.           Left = 336
  1418.           Top = 33
  1419.           Width = 208
  1420.           Height = 187
  1421.           Ctl3D = True
  1422.           Font.Color = clBlack
  1423.           Font.Height = -11
  1424.           Font.Name = 'MS Sans Serif'
  1425.           Font.Style = []
  1426.           ItemHeight = 16
  1427.           ParentCtl3D = False
  1428.           ParentFont = False
  1429.           TabOrder = 5
  1430.           OnEnter = dirDirsOffEnter
  1431.         end
  1432.         object drvDirsOff: TDriveComboBox
  1433.           Left = 336
  1434.           Top = 247
  1435.           Width = 208
  1436.           Height = 19
  1437.           Font.Color = clBlack
  1438.           Font.Height = -11
  1439.           Font.Name = 'MS Sans Serif'
  1440.           Font.Style = []
  1441.           ParentFont = False
  1442.           TabOrder = 6
  1443.           OnChange = drvDirsOffChange
  1444.         end
  1445.         object chkIndexFolderOff: TCheckBox
  1446.           Left = 43
  1447.           Top = 242
  1448.           Width = 160
  1449.           Height = 13
  1450.           Caption = 'Not to monitor &Index folder'
  1451.           Font.Color = clBlack
  1452.           Font.Height = -11
  1453.           Font.Name = 'MS Sans Serif'
  1454.           Font.Style = []
  1455.           ParentFont = False
  1456.           State = cbChecked
  1457.           TabOrder = 1
  1458.           OnClick = chkIndexFolderOffClick
  1459.           OnEnter = chkIndexFolderOffEnter
  1460.         end
  1461.         object chkWindowsFolderOff: TCheckBox
  1462.           Left = 43
  1463.           Top = 269
  1464.           Width = 176
  1465.           Height = 13
  1466.           Caption = 'Not to monitor &Windows folder'
  1467.           Font.Color = clBlack
  1468.           Font.Height = -11
  1469.           Font.Name = 'MS Sans Serif'
  1470.           Font.Style = []
  1471.           ParentFont = False
  1472.           State = cbChecked
  1473.           TabOrder = 2
  1474.           OnClick = chkWindowsFolderOffClick
  1475.           OnEnter = chkWindowsFolderOffEnter
  1476.         end
  1477.       end
  1478.       object fraMonitoring1: TGroupBox
  1479.         Left = 3
  1480.         Top = 5
  1481.         Width = 564
  1482.         Height = 42
  1483.         TabOrder = 1
  1484.         object lblMonitoring: TLabel
  1485.           Left = 21
  1486.           Top = 17
  1487.           Width = 55
  1488.           Height = 18
  1489.           AutoSize = False
  1490.           Caption = 'Monitoring:'
  1491.           Font.Color = clBlack
  1492.           Font.Height = -11
  1493.           Font.Name = 'MS Sans Serif'
  1494.           Font.Style = []
  1495.           ParentFont = False
  1496.         end
  1497.         object radNormal: TRadioButton
  1498.           Left = 102
  1499.           Top = 16
  1500.           Width = 54
  1501.           Height = 18
  1502.           Caption = '&Normal'
  1503.           Checked = True
  1504.           Font.Color = clBlack
  1505.           Font.Height = -11
  1506.           Font.Name = 'MS Sans Serif'
  1507.           Font.Style = []
  1508.           ParentFont = False
  1509.           TabOrder = 0
  1510.           TabStop = True
  1511.           OnClick = radNormalClick
  1512.           OnEnter = radNormalEnter
  1513.         end
  1514.         object radSuspended: TRadioButton
  1515.           Left = 167
  1516.           Top = 16
  1517.           Width = 74
  1518.           Height = 18
  1519.           Caption = 'Sus&pended'
  1520.           Font.Color = clBlack
  1521.           Font.Height = -11
  1522.           Font.Name = 'MS Sans Serif'
  1523.           Font.Style = []
  1524.           ParentFont = False
  1525.           TabOrder = 1
  1526.           OnClick = radSuspendedClick
  1527.           OnEnter = radSuspendedEnter
  1528.         end
  1529.       end
  1530.     end
  1531.     object tabReg: TTabSheet
  1532.       Caption = 'Registration'
  1533.       OnEnter = tabRegEnter
  1534.       object cmdRegister: TButton
  1535.         Left = 27
  1536.         Top = 27
  1537.         Width = 85
  1538.         Height = 23
  1539.         Caption = '&Register...'
  1540.         Font.Color = clBlack
  1541.         Font.Height = -11
  1542.         Font.Name = 'MS Sans Serif'
  1543.         Font.Style = []
  1544.         ParentFont = False
  1545.         TabOrder = 0
  1546.         OnClick = cmdRegisterClick
  1547.         OnEnter = cmdRegisterEnter
  1548.       end
  1549.       object Text11: TMemo
  1550.         Left = 193
  1551.         Top = 28
  1552.         Width = 351
  1553.         Height = 40
  1554.         TabStop = False
  1555.         BorderStyle = bsNone
  1556.         Color = clBtnFace
  1557.         Font.Color = clBlack
  1558.         Font.Height = -11
  1559.         Font.Name = 'MS Sans Serif'
  1560.         Font.Style = []
  1561.         Lines.Strings = (
  1562.           
  1563.             'Displays the form for entering registration number and password ' +
  1564.             'and filling the Registration form.')
  1565.         ParentFont = False
  1566.         ReadOnly = True
  1567.         ScrollBars = ssVertical
  1568.         TabOrder = 1
  1569.         WordWrap = False
  1570.       end
  1571.     end
  1572.   end
  1573.   object txtStatus: TEdit
  1574.     Left = 1
  1575.     Top = 377
  1576.     Width = 508
  1577.     Height = 15
  1578.     TabStop = False
  1579.     BorderStyle = bsNone
  1580.     Color = clBtnFace
  1581.     ReadOnly = True
  1582.     TabOrder = 1
  1583.     OnChange = txtStatusChange
  1584.   end
  1585.   object prgBar: TProgressBar
  1586.     Left = 512
  1587.     Top = 380
  1588.     Width = 63
  1589.     Height = 10
  1590.     Min = 0
  1591.     Max = 100
  1592.     TabOrder = 2
  1593.     Visible = False
  1594.   end
  1595.   object ComDlg: TOpenDialog
  1596.     FileEditStyle = fsEdit
  1597.     Filter = 'Executables (*.exe)|*.exe'
  1598.     Title = 'Choose a right-click file viewer'
  1599.     Left = 258
  1600.     Top = 379
  1601.   end
  1602.   object DdeClientConv1: TDdeClientConv
  1603.     ServiceApplication = 'Progman'
  1604.     DdeService = 'Progman'
  1605.     DdeTopic = 'Progman'
  1606.     Left = 222
  1607.     Top = 379
  1608.     LinkInfo = (
  1609.       'Service Progman'
  1610.       'Topic Progman')
  1611.   end
  1612.   object Timer1: TTimer
  1613.     Interval = 100
  1614.     OnTimer = Timer1Timer
  1615.     Left = 186
  1616.     Top = 379
  1617.   end
  1618.   object tmEntriesDelay: TTimer
  1619.     Enabled = False
  1620.     Interval = 200
  1621.     OnTimer = tmEntriesDelayTimer
  1622.     Left = 300
  1623.     Top = 377
  1624.   end
  1625.   object mnuRtf: TPopupMenu
  1626.     OnPopup = mnuRtfPopup
  1627.     Left = 148
  1628.     Top = 379
  1629.     object mnuSearchSelWord: TMenuItem
  1630.       Caption = 'Search for Selected Word'
  1631.       ShortCut = 0
  1632.       OnClick = mnuSearchSelWordClick
  1633.     end
  1634.     object mnuWithinFound: TMenuItem
  1635.       Caption = 'Search among Files Found'
  1636.       ShortCut = 0
  1637.       OnClick = mnuWithinFoundClick
  1638.     end
  1639.     object mnuLine1: TMenuItem
  1640.       Caption = '-'
  1641.       ShortCut = 0
  1642.     end
  1643.     object mnuPrevSel: TMenuItem
  1644.       Caption = 'Stay on Previously Selected'
  1645.       ShortCut = 0
  1646.       OnClick = mnuPrevSelClick
  1647.     end
  1648.     object mnuWordWrap: TMenuItem
  1649.       Caption = 'Word Wrap'
  1650.       ShortCut = 0
  1651.       OnClick = mnuWordWrapClick
  1652.     end
  1653.     object mnuFont: TMenuItem
  1654.       Caption = 'Font...'
  1655.       ShortCut = 0
  1656.       OnClick = mnuFontClick
  1657.     end
  1658.     object mnuBackColor: TMenuItem
  1659.       Caption = 'Background Color...'
  1660.       ShortCut = 0
  1661.       OnClick = mnuBackColorClick
  1662.     end
  1663.     object mnuFullView: TMenuItem
  1664.       Caption = 'Full Window View'
  1665.       ShortCut = 0
  1666.       OnClick = mnuFullViewClick
  1667.     end
  1668.   end
  1669.   object FontDialog1: TFontDialog
  1670.     Font.Color = clWindowText
  1671.     Font.Height = -11
  1672.     Font.Name = 'MS Sans Serif'
  1673.     Font.Style = []
  1674.     MinFontSize = 0
  1675.     MaxFontSize = 0
  1676.     Left = 337
  1677.     Top = 376
  1678.   end
  1679.   object ColorDialog1: TColorDialog
  1680.     Ctl3D = True
  1681.     Color = clWindow
  1682.     Options = [cdSolidColor]
  1683.     Left = 376
  1684.     Top = 378
  1685.   end
  1686. end
  1687.